home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / js / busnav.js < prev    next >
Encoding:
Text File  |  2003-06-19  |  157 b   |  13 lines

  1. <!--
  2.  
  3. function busNav(newPage) {
  4.  
  5.     newLoc = newPage.options[newPage.selectedIndex].value
  6.     
  7.     if (newLoc != "") {
  8.         window.location.href = newLoc
  9.     }
  10.  
  11. }
  12.  
  13. // -->